home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / doom / doom-dsp.rea < prev    next >
Text File  |  1996-11-17  |  614b  |  33 lines

  1.  
  2. This is a kernel patch to add a 16->8 bit dsp device. I don't think voxware
  3. has changed for some time so it will patch just about any 1.1.xx kernel.
  4.  
  5. Installation:
  6.  
  7. patch your kernel:
  8. # patch -p0 < doom-dsp16to8.patch
  9.  
  10. build it:
  11. # make zlilo
  12.  
  13. make the device in /dev (I use the name d16 use what you want but only 3
  14. letters so you can edit binaries):
  15.  
  16. mknod -m 666 /dev/d16 c 14 11
  17.  
  18.  
  19. patch the 16 bit binary, e.g.:
  20.  
  21. emacs sndserver
  22.  
  23. M-X: replace-string /dev/dsp /dev/d16
  24. save-and-exit
  25.  
  26. reboot and enjoy.
  27.  
  28. If you don't understand or are scared by any of the above, ask your parents
  29. or an adult to help you.
  30.  
  31.  
  32. Jon.
  33.